gdkkeys-win32.c: fix initialisation of key_state in update_keymap
authorJeremy Tan <jtanx@outlook.com>
Fri, 9 Jul 2021 04:35:44 +0000 (12:35 +0800)
committerJeremy Tan <jtanx@outlook.com>
Fri, 9 Jul 2021 04:46:49 +0000 (12:46 +0800)
commit2784b03b2d7de38d13e832a552e95c36a2e8295b
tree878e2115122b4f0ae636370fe03950b356d24fa8
parent6818eee85900f2f50e99e5132d08b06ae12e823d
gdkkeys-win32.c: fix initialisation of key_state in update_keymap

It apparently worked by chance in the past, but now causes e.g.
alphanumeric characters to be interpreted as half-width katakana
when using the Japanese IME.
gdk/win32/gdkkeys-win32.c